ComponentOne Xamarin.Android
C1SortCollectionView<T> Constructor


C1.CollectionView Assembly > C1.CollectionView Namespace > C1SortCollectionView<T> Class : C1SortCollectionView<T> Constructor
The source.
Initializes a new instance of the C1SortCollectionView<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As IEnumerable(Of T) _
)
'Usage
 
Dim source As IEnumerable(Of T)
 
Dim instance As New C1SortCollectionView(Of T)(source)
public C1SortCollectionView<T>( 
   IEnumerable<T> source
)

Parameters

source
The source.
See Also

Reference

C1SortCollectionView<T> Class
C1SortCollectionView<T> Members